home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / opsys / macos / stuffit / stuffit8.dmg / StuffIt STD 8.0 Installer.app / Contents / Info.plist next >
Extensible Markup Language  |  2003-09-26  |  1KB  |  50 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>????</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>DocumentType</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>????</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>Controller</string>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>InstallerWrapper</string>
  28.     <key>CFBundleGetInfoString</key>
  29.     <string>8.0</string>
  30.     <key>CFBundleIconFile</key>
  31.     <string>IM_Icon</string>
  32.     <key>CFBundleInfoDictionaryVersion</key>
  33.     <string>6.0</string>
  34.     <key>CFBundleName</key>
  35.     <string>Installer</string>
  36.     <key>CFBundlePackageType</key>
  37.     <string>APPL</string>
  38.     <key>CFBundleShortVersionString</key>
  39.     <string>8.0</string>
  40.     <key>CFBundleSignature</key>
  41.     <string>????</string>
  42.     <key>CFBundleVersion</key>
  43.     <string>8.0</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48. </dict>
  49. </plist>
  50.